home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
-
- Permission to use, copy, modify, and distribute this material
- for any purpose and without fee is hereby granted, provided
- that the above copyright notice and this permission notice
- appear in all copies, and that the name of Bellcore not be
- used in advertising or publicity pertaining to this
- material without the specific, prior written permission
- of an authorized representative of Bellcore. BELLCORE
- MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
- OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
- WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
- */
- /* ********************************************************************** *\
- * Copyright IBM Corporation 1988,1989 - All Rights Reserved *
- * For full copyright information see:'andrew/config/COPYRITE' *
- \* ********************************************************************** */
- /*
- * $XConsortium: Xos.h,v 1.10 88/09/06 14:30:21 jim Exp $
- *
- * Copyright 1987 by the Massachusetts Institute of Technology
- *
- * Permission to use, copy, modify, and distribute this software and its
- * documentation for any purpose and without fee is hereby granted, provided
- * that the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of M.I.T. not be used in advertising
- * or publicity pertaining to distribution of the software without specific,
- * written prior permission. M.I.T. makes no representations about the
- * suitability of this software for any purpose. It is provided "as is"
- * without express or implied warranty.
- *
- * The X Window System is a Trademark of MIT.
- *
- */
-
- /* This is a collection of things to try and minimize system dependencies
- * in a "signficant" number of source files.
- */
-
- /* Need to check on hpux use of utime instead of utimes */
-
- #ifndef _XOS_H_
- #define _XOS_H_
-
- /* Make sure that locally defined system-specific flags are defined */
- #include <system.h>
-
- #endif /* _XOS_H_ */
-